|
|
|
|
First Property, ItemCollectionClass Class |
Returns the first item in the item collection.
Syntax ItemCollectionClass Class (Softelvdm.SftTreeNET)
VB |
Public ReadOnly Property First As ItemClass |
C# |
public ItemClass First { get; } |
C++ |
Property Value
The first item or null/Nothing if there are no items.
Comments
The First property returns the first item in the item collection.